home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / games / shareware / asteriodsii / asteriodsii.doc < prev    next >
Text File  |  1993-03-22  |  18KB  |  401 lines

  1.                             AsteriodsII 0.91
  2.  
  3.                      Copyright © 1992 Mike Seifert
  4.  
  5. ******************************************************************************
  6. *                                                                            *
  7. * Permission is hereby granted to distribute this program's archive          *
  8. * containing the executables and documentation for non-commercial purposes   *
  9. * so long as the archive and its contents are not modified in any way.       *
  10. *                                                                            *
  11. * This program may not be distributed for a profit.                          *
  12. *                                                                            *
  13. * Commercial use prohibited without written permission.                      *
  14. *                                                                            *
  15. * This program is not in the public domain.                                  *
  16. *                                                                            *
  17. ******************************************************************************
  18.  
  19. First, let me just say that this game was never tested on a 68000 machine or 
  20. machines with 1.3 ROMs.  Since the entire game was programmed using standard OS 
  21. routines and compiled using SAS/C 6.0, asteriodsII should run fine on a stock 
  22. 500, 1000, or 2000.  I'll make no such predictions about machines with 1.3 ROMs.
  23. Future AGA revisions are planned, but Ill need to get my A4000 first.  The game
  24. uses around 300K chip memory and 200K fast memory.
  25.  
  26. Here are the particulars for those interested:
  27.  
  28. - Programmed in C using SAS/C 6.2, slightly optimized using ASM.
  29. - Tested on an A3000 with both 68040 and 68030 processors.
  30. - Entire game was programmed using OS functions, and should multitask flawlessly.
  31. - All rotating images are now defined using vectors and stored into memory
  32.   at the initialization screen.  This speeds up load times for non-HD users, and
  33.   allows for the quick creation of new ships.
  34. - Some images and sounds are loaded from disk as IFF files, and can be replaced if
  35.   you want to use your own.
  36. - The extended AsteroidsII game is shareware and has been partially disabled to 
  37.   keep the player from going past level 5.  If you would like the fully operational 
  38.   game, just send me $10 (or $5,a disk, and postage--or just $5 if you would like
  39.   it sent to you through internet).
  40. - Be forwarned that the source code is bloated, kludged, and basically not very nice.
  41.   However, it is available for some small donation ($5 or $10-- I can always be
  42.   dealt with reasonably...)
  43. -----------------------------------------------------------------------------------
  44.   NOTE: The regular asteroids game has not been disabled.
  45. -----------------------------------------------------------------------------------
  46.  
  47.  
  48.  
  49. KNOWN PROBLEMS
  50. --------------
  51. - Fonts MUST be in FONTS: directory, so copy them over or reassign FONTS:
  52. - Although the game reconizes different processors, timing functions may still be
  53.   a bit off.  This results in the game sometimes noticably speeding up or slowing
  54.   down as different ships appear and are destroyed.  I'll correct this as I 
  55.   continue to test it.  I dont know how the game reacts on a 68000 machine, but I
  56.   did allow the player to alter the base delay.  This should make the game playable....
  57.   Time based events would be the best solution, but Im not really eager to add this....
  58. - Program does not clean up after an error.  If you get an error message, its best
  59.   just to quit the program. (I know this sucks, but I just dont feel like fixing it....)
  60. ----------------------------------------------------------------------------------------
  61.  
  62.  
  63. VERSION CHANGES
  64. ---------------
  65.  
  66. (0.80)  FIRST RELEASE VERSION
  67.  
  68. (0.81)  (unreleased)
  69. - Pause function now multitasks.
  70. - Internal list routines slightly optimized.
  71.  
  72. (0.85)
  73. - Machines without FASTMEM can now run the program.  (I set a stupid compiler flag)
  74. - Option save function added.
  75. - Definable key codes added (with save option).
  76. - Player ship release routine has been improved to eliminate frustrating instant
  77.   deaths.  (Youll still have to deal with the saucer fire, though.)
  78. - Three difficulty levels have been added to make the game easier for the beginner.
  79.   These levels only control the asteroid speeds, and no one should keep the level
  80.   below one.  In future revisions, the high score list will display the play level.
  81.  
  82. (0.90)
  83. - Added vector graphics to speed up load time and lower the mass of image files.
  84. - Added a different image for player 2.
  85. - Program now recognizes music in the background and shuts up instead of crashing.
  86. - Star Destroyer escorts now cease to drop flotsam after the star destroyer has been
  87.   damaged.
  88. - Shield flotsam image has been changed due to confusion with debris.
  89. - Hyperspace effects have been added to give visual indication of new position.
  90. - Saucers now stop firing after they destroy a player.
  91. - Mines no longer appear in basic game.
  92. - Random screen glitch eliminated.
  93. - Backspace key now works with high score list (only DEL worked before...)
  94. - Enemy minelayers added.
  95. - Option for the wrapping of fire around the screen added.
  96. - Ships now drop flotsam only when destroyed.
  97. - Program now quietly exits if fonts are not located
  98.  
  99. (0.91)
  100. (a) Keystrokes are no longer echoed to active consoles on the workbench.
  101. (a) Game now clears mouse pointer.
  102. (a) Pause function has been adjusted.
  103. (b) Keyboard key repeat has been eliminated.
  104. (b) Auto fire has been added.
  105.     (NOTE: The higher speeds of autofire will probably 
  106.            become another gained ability in later versions.)
  107. (c) Fixed photon fire wrap option
  108. (c) Updated help screen
  109. (c) Fixed enemy ship point values
  110. (c) Finally! Player release routine checks for saucer proximity.
  111. (d) Asteroids now rotate
  112. (d) Enemy fire rates have been adjusted
  113. (e) Enemy dreadnoughts have been added (watch for their displacement weapons)
  114. (e) Hyperspace problems at level end have been fixed
  115. (e) Changed saucer fire image
  116. (f) AGA/OS3.0 problems eliminated
  117. (g) Save option omissions fixed
  118.  
  119. (0.92)
  120. - Fully implemented M-Cruisers and X-Cruisers
  121. - Adjusted game play considerably
  122. - Deleted star destroyer level indefinitely
  123. - Added autofire flotsam (removed autofire option)
  124. - Adjusted Pause function so pause window no longer has to be active to 
  125.   read keypress
  126.  
  127.  
  128.  
  129. FUTURE ADDITIONS (to be added after version 1.x)
  130. ------------------------------------------------
  131.  
  132. -PAL SCREEN  When I eventually get enough loose cash together to buy my 
  133.              RKRM:Libraries manual, I plan to make the default screen PAL for
  134.              the extra vertical resolution.
  135.  
  136. -THIRD PLAYER  You can never have enough simultaneous action.  This guy will 
  137.                probably use the mouse and numeric keypad for control.
  138.  
  139. -COLOR       I may add a color option, but I dont know if Ill bother.  The 
  140.              graphics are what one might call 'functional', and thats all theyll
  141.              ever be with my artistic abilities.
  142.  
  143. -AGA SUPPORT  If I should opt for an A4000 (instead of joining the PC world), 
  144.               I may recode some of the graphics routines to take advantage of 
  145.               the AGA's hires sprites and faster blitter.  This would allow for 
  146.               future game additions.
  147.  
  148. -MODEM SUPPORT  This would be the first step in turning this game into an X-pilot
  149.                 clone.  I definitely wouldnt attempt it alone....
  150. -------------------------------------------------------------------------------------
  151.  
  152.  
  153. CREDITS
  154. -------
  155.  
  156. Designed and Coded by mike seifert using SAS/C.
  157. Thanks to Doug Walker and Michael Van Elst for answering my stupid questions.
  158. Thanks to Chris Hames for debugging the program on AGA/OS3.0 machines.
  159.  
  160. Graphics by mike seifert using DeluxePaint 2.0.
  161. (Truly incredible graphics...)
  162.  
  163. Game sound was from various public domain (hopefully) sources.  I havent the
  164. money for a digitizer.   (I just had to upgrade that compiler to 6.0, and I would
  165. do it again.) If anyone hates the sound, I would appreciate any weapon or 
  166. explosion donations...
  167.  
  168. Lets give credit where credit is due--this little game is in existance thanks to 
  169. SAS/C 6.x....  The source i